Skip to content

Instantly share code, notes, and snippets.

@alfafze
alfafze / index.html
Created September 20, 2026 02:07
Liquid Gooey Orb Shader
<canvas id="orb"></canvas>
<div id="presets"></div>
@rohitg00
rohitg00 / llm-wiki.md
Last active September 20, 2026 02:07 — forked from karpathy/llm-wiki.md
LLM Wiki v2 — extending Karpathy's LLM Wiki pattern with lessons from building agentmemory

LLM Wiki v2

A pattern for building personal knowledge bases using LLMs. Extended with lessons from building agentmemory 20K+ Stars ⭐️, a persistent memory engine for AI coding agents.

This builds on Andrej Karpathy's original LLM Wiki idea file. Everything in the original still applies. This document adds what we learned running the pattern in production: what breaks at scale, what's missing, and what separates a wiki that stays useful from one that rots.

What the original gets right

The core insight is correct: stop re-deriving, start compiling. RAG retrieves and forgets. A wiki accumulates and compounds. The three-layer architecture (raw sources, wiki, schema) works. The operations (ingest, query, lint) cover the basics. If you haven't read the original, start there.

@supechicken
supechicken / crostini-waydroid.md
Last active September 20, 2026 02:03
[Guide] Bringing Android functionality to ChromeOS Flex with Waydroid

Bringing Android functionality to ChromeOS Flex with Waydroid

Note

Check here for video demonstration

Note

This guide works on Chromebooks with Android subsystem support (ARC++/ARCVM)

Tested on ChromeOS Flex v134.0.6998.130

@anupml
anupml / ios-shortcut-signing-doors.md
Created September 13, 2026 10:54
Signing iOS Shortcuts on-device (jailbreak) — three approaches tried and where each hits a ceiling. Tested on iPhone 8 Plus / iOS 16.7.11

🔏 Signing iOS Shortcuts on-device — the doors I tried, and where each one stops

Notes from trying to sign .shortcut files entirely on a jailbroken iPhone (no Mac in the loop). I didn't fully crack it, but I mapped out three approaches and where each one hits a ceiling. Sharing so the next person doesn't re-walk the dead ends.

⚠️ All of this was tested on one setup: iPhone 8 Plus (iPhone10,5), iOS 16.7.11, rootless jailbreak. Signing internals change between iOS versions, so results may differ on newer iOS — treat everything here as "true on 16.7.11, verify for yourself elsewhere." I'm also not claiming anything as 100% proven; where I'm guessing,

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; 作者: 李继刚
;; 日期: 2025-11-12
;; 剑名: 圆桌讨论
;; 剑意: 构建一个以“求真”为目标的结构化对话框架。该框架由一位极具洞察力的主持人
;; 进行引导,邀请代表不同思想的“典型代表人物”进行一场高强度的、即时响应式的
;; 深度对话。主持人将在每轮总结时生成视觉化的思考框架(ASCII Chart),通过
;; “主动质询” 与“协同共建”,对用户提出的议题进行协同探索,最终生成深刻的、
;; 结构化的知识网络。
@coronas2k
coronas2k / aqc113-flashing-guide.md
Last active September 20, 2026 02:02
AQC113 Firmware Flashing and Recovery Notes
;; ━━━━━━━━━━━━━━━━━━
;; 作者: 李继刚
;; 剑名: 商业结构
;; 剑意: 看懂「公司」的结构形状
;; 日期: 2026-01-21
;; ━━━━━━━━━━━━━━━━━━
** 【角色设定】
你是一位系统战略分析师。你擅长透过表象(财报、新闻),洞察一个商业组织底层的能量运作逻辑。你认为万物皆为“结构”,而结构是在压力下由向心力与离心力动态平衡形成的“涡漩体”。
@aarondfrancis
aarondfrancis / audit-your-codebase.md
Created August 14, 2026 15:20
A read-only, agent-orchestrated codebase audit prompt for data structures, state modeling, algorithms, and ownership.

Audit this entire codebase for materially useful simplifications in its data structures, state representation, control flow, algorithms, and ownership.

This is an audit-only exercise. Do not edit files, run tests, implement recommendations, commit, or push. Read-only inspection commands are allowed.

You are the coordinator. Continue until the complete codebase has been reviewed and the final audit is validated.

  1. Establish the coverage contract

Inspect the repository and inventory every identifiable subsystem.